home *** CD-ROM | disk | FTP | other *** search
/ 17 Bit Software 6: Level 6 / 17 Bit - Level 6 (1998)(Epic Marketing)[!].iso / quartz / q1100.dms / q1100.adf / TeleBASE / rexx / callin.rexx < prev    next >
OS/2 REXX Batch file  |  1997-04-10  |  282b  |  18 lines

  1. /* Print Incoming call */
  2.  
  3. address tbase
  4.  
  5. GETVAR
  6.  
  7. callnum = numcalls
  8. sendvar
  9.  
  10. say 'C_NAME is ' C_NAME
  11. say 'C_DATA is ' C_DATA
  12. say 'C_TIME is ' C_TIME  
  13. say 'C_DATE is ' C_DATE
  14. say 'C_RAW is '  C_RAW
  15. say 'C_NUM is '  C_NUM
  16. say 'NumCalls is ' numcalls
  17. say 'Caller number is ' callnum
  18.